home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 2 / Atari Forever 2.zip / Atari Forever 2.iso / serie_v / v_469 / chedit / makefile < prev    next >
Makefile  |  1992-01-22  |  193b  |  12 lines

  1. #
  2. # makefile for chedit
  3. #
  4. CFLAGS= -O -DATARIST
  5.  
  6. chedit: \bin\chedit.ttp
  7. \bin\chedit.ttp: chedit.o
  8.     cc $(CFLAGS) -o \bin\chedit chedit.o
  9.  
  10. chedit.o: chedit.c
  11.     cc $(CFLAGS) -c chedit.c
  12.